home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Clickx 115
/
Clickx 115.iso
/
software
/
tools
/
windows
/
tails-i386-0.16.iso
/
live
/
filesystem.squashfs
/
usr
/
share
/
bug
/
live-boot
/
script
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2012-06-28
|
303 b
|
16 lines
#!/bin/sh
# Checking depends
dpkg -l busybox file initramfs-tools sudo udev user-setup
# Checking recommends
dpkg -l eject uuid-runtime wget
# Checking suggests
dpkg -l loop-aes-utils curlftpfs genext2fs httpfs2 squashfs-tools mtd-tools
# Checking other packages
dpkg -l cryptsetup plymouth
exit 0